Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / RejectedSSHHostKeyException Class / RejectedSSHHostKeyException Constructor / RejectedSSHHostKeyException Constructor(ISSHPublicKeyAlgorithm,Byte[])


In This Topic
    RejectedSSHHostKeyException Constructor(ISSHPublicKeyAlgorithm,Byte[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal publicKeyAlgorithm As ISSHPublicKeyAlgorithm, _
       ByVal hostKey() As Byte _
    )
    'Usage
     
    Dim publicKeyAlgorithm As ISSHPublicKeyAlgorithm
    Dim hostKey() As Byte
     
    Dim instance As New RejectedSSHHostKeyException(publicKeyAlgorithm, hostKey)
    public RejectedSSHHostKeyException( 
       ISSHPublicKeyAlgorithm publicKeyAlgorithm,
       byte[] hostKey
    )

    Parameters

    publicKeyAlgorithm
    hostKey
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also